home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Programy pocztowe / Poptry 3.20 / PopTray320.exe / PopTray.exe / 0 / RCDATA / TFRAMEINTERVAL / TFRAMEINTERVAL.txt
Text File  |  2006-09-16  |  2KB  |  89 lines

  1. object frameInterval: TframeInterval
  2.   Left = 0
  3.   Top = 0
  4.   Width = 312
  5.   Height = 100
  6.   TabOrder = 0
  7.   TabStop = True
  8.   DesignSize = (
  9.     312
  10.     100)
  11.   object chkTimerAccount: TCheckBox
  12.     Left = 12
  13.     Top = 8
  14.     Width = 293
  15.     Height = 17
  16.     Hint = 
  17.       'Specify a different timer interval for each account.'#13#10'Set the in' +
  18.       'tervals on the Accounts tab.'
  19.     Anchors = [akLeft, akTop, akRight]
  20.     Caption = 'Timer &Interval per Account'
  21.     TabOrder = 0
  22.     OnClick = OptionsChange
  23.     OnMouseDown = HelpMouseDown
  24.   end
  25.   object panInterval: TPanel
  26.     Left = 0
  27.     Top = 32
  28.     Width = 306
  29.     Height = 53
  30.     Anchors = [akLeft, akTop, akRight]
  31.     BevelOuter = bvNone
  32.     ParentBackground = False
  33.     TabOrder = 1
  34.     object btnNever: TSpeedButton
  35.       Left = 138
  36.       Top = 24
  37.       Width = 65
  38.       Height = 22
  39.       Caption = 'Ne&ver'
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clWindowText
  42.       Font.Height = -11
  43.       Font.Name = 'Arial'
  44.       Font.Style = []
  45.       ParentFont = False
  46.       OnClick = btnNeverClick
  47.       OnMouseDown = HelpMouseDown
  48.     end
  49.     object lblMinutes: TLabel
  50.       Left = 196
  51.       Top = 4
  52.       Width = 41
  53.       Height = 13
  54.       Caption = 'minutes.'
  55.     end
  56.     object lblCheckEvery: TLabel
  57.       Left = 20
  58.       Top = 4
  59.       Width = 124
  60.       Height = 13
  61.       Caption = 'C&heck for new mail every '
  62.       FocusControl = edTime
  63.     end
  64.     object edTime: TEdit
  65.       Left = 144
  66.       Top = 0
  67.       Width = 29
  68.       Height = 21
  69.       Hint = 
  70.         'Delay in minutes to wait between mail check intervals.'#13#10'Set it t' +
  71.         'o 0 to never automatically check.'
  72.       TabOrder = 0
  73.       Text = '0'
  74.       OnChange = OptionsChange
  75.       OnMouseDown = HelpMouseDown
  76.     end
  77.     object UpDown: TUpDown
  78.       Left = 173
  79.       Top = 0
  80.       Width = 17
  81.       Height = 21
  82.       Max = 999
  83.       TabOrder = 1
  84.       OnClick = UpDownClick
  85.       OnMouseDown = HelpMouseDown
  86.     end
  87.   end
  88. end
  89.